home *** CD-ROM | disk | FTP | other *** search
- Path: sn.no!not-for-mail
- From: christon@sn.no (Christopher Naas)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: SasC linker Error:
- Date: 27 Feb 1996 22:30:01 +0100
- Organization: SN Internett
- Message-ID: <758.6631T1348T796@sn.no>
- References: <dkauppDnEzzs.FsD@netcom.com>
- NNTP-Posting-Host: sinsen.sn.no
- X-Newsreader: THOR 2.21 (Amiga;SOUP)
-
- Blitter wrote:
-
- > Can someone tell me what may be causing these errors? MOBtrigger is a
- >BOOL and as far a I know, its just changed using TRUE and FALSE.
-
- > If someone can point me in the right direction I would appriciate it :).
-
- >Thanks.
-
- >ERROR: Multiply defined symbol '_MOBtrigger'.
- > First defined in file 'comm.o'.
- > Type = RELOCATABLE Value = 1010
- > Redefined in file 'special.o'.
- > Type = RELOCATABLE Value = 9
- [..]
-
- You probably have a Global.h or such with "BOOL MOBTrigger = ..;" .. replace
- this with "BOOL MOBTrigger;", and it should work.
-
-
- --
- Christopher Landmark Naas o EMail: christon@sn.no
- LoungeBar Development o WWW: http://www.sn.no/~christon/
- Former Reg. Amiga Developer o IRC: KarmaComa
-